Xbasic

UI_DLG_EVAL_VALID Function

Syntax

Result_Flag as L = ui_dlg_eval_valid(C dlg_title ,C expression )

Arguments

Result_Flag

.T. indicates that the variable exists. .F. indicates that the variable does not exist.

dlg_title

The title of a Xdialog.

expression

An expression that can be interpreted as the name of a variable.

Description

Tests is an expression is valid in the context of a modeless dialog box

Discussion

The UI_DLG_EVAL_VALID() function tests for the existence of a variable defined inside another Xdialog.

Limitations

Desktop applications only.

See Also